Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

selinux.txt not a valid asciidoc document #53

Closed
vincentbernat opened this issue Apr 28, 2012 · 1 comment
Closed

selinux.txt not a valid asciidoc document #53

vincentbernat opened this issue Apr 28, 2012 · 1 comment
Assignees
Labels

Comments

@vincentbernat
Copy link
Contributor

Hi!

selinux.txt is not a valid asciidoc and therefore cannot be turned into the appropriate selinux.html. I just choose to not compile it with the following patch:

diff --git a/docs/Makefile b/docs/Makefile
index 934368a..31b3ca7 100644
--- a/docs/Makefile
+++ b/docs/Makefile
@@ -2,7 +2,7 @@ prefix = /usr
 datadir = $(prefix)/share
 mandir = $(datadir)/man

-txttargets = $(shell echo *.txt)
+txttargets = $(filter-out selinux.txt,$(shell echo *.txt))
 htmltargets = $(patsubst %.txt, %.html, $(txttargets))

 all:
@ghost ghost assigned dagwieers Apr 28, 2012
@dagwieers
Copy link
Member

Thanks for reporting, I fixed this now. Your workaround is ok, the next release will have this fixed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants