Cedric Staniewski wrote:
On 12/14/2009 02:42 AM, Allan McRae wrote:
However, what is this change?

diff --git a/doc/Makefile.am b/doc/Makefile.am
index fcbcab8..ce1adab 100644
--- a/doc/Makefile.am
+++ b/doc/Makefile.am
...

@@ -93,8 +99,12 @@ A2X_OPTS = \
     --xsltproc-opts='-param man.endnotes.list.enabled 0 -param
man.endnotes.are.numbered 0'
# These rules are due to the includes and files of the asciidoc text
-$(ASCIIDOC_MANS): asciidoc.conf footer.txt
-    a2x $(A2X_OPTS) --asciidoc-opts="$(ASCIIDOC_OPTS)" [email protected]
+$(ASCIIDOC_MANS): asciidoc.conf footer.txt Makefile
+    @echo GEN $@;
+    @rm -f [email protected]
+    @test -f $(srcdir)/[email protected] && $(edit) $(srcdir)/[email protected] >[email protected] ||
true
+    a2x $(A2X_OPTS) --asciidoc-opts="$(ASCIIDOC_OPTS)" [email protected]
+    @rm -f [email protected]
%.html: %.txt
     asciidoc $(ASCIIDOC_OPTS) -a linkcss $*.txt

It is needed to get the correct default values in makepkg.conf man page:


Ah, I missed that completely! Saying that, I have no idea how it does what it does, so I will let Dan review that part... :P

Allan

Reply via email to