]> git.pld-linux.org Git - packages/apparmor-parser.git/blobdiff - apparmor-parser-make.patch
- rel 2; try to detect more cases when cache needs to be rebuild (not perfect)
[packages/apparmor-parser.git] / apparmor-parser-make.patch
index f450ef3dc34d65424f6bcc4c3cc0113d5114bcbe..4e89e41cb24b4287322b868a3758aa1673fbdabe 100644 (file)
@@ -1,6 +1,6 @@
 --- parser.org/Makefile        2010-03-11 08:28:38.000000000 +0100
-+++ parser/Makefile    2010-03-16 22:42:34.830028680 +0100
-@@ -125,9 +125,12 @@
++++ parser/Makefile    2010-03-16 22:48:58.089964565 +0100
+@@ -125,9 +125,18 @@
  techdoc.txt: techdoc/index.html
        w3m -dump $< > $@
  
@@ -9,7 +9,13 @@
        $(Q)make -C po all
 -      $(Q)make -s tests
 +
-+docs: $(MANPAGES) ${HTMLMANPAGES}
++manpages:     $(MANPAGES)
++
++htmlmanpages: $(HTMLMANPAGES)
++
++pdf:  techdoc.pdf
++
++docs: manpages htmlmanpages pdf
 +
 +all:  main docs tests
  
This page took 0.030627 seconds and 4 git commands to generate.