]> git.pld-linux.org Git - packages/apparmor-parser.git/blobdiff - apparmor-parser-make.patch
- rel 6; more bzr fixes
[packages/apparmor-parser.git] / apparmor-parser-make.patch
index 153203238834ce1b25d5310cc2d9fec434b6f8af..4e89e41cb24b4287322b868a3758aa1673fbdabe 100644 (file)
@@ -1,17 +1,23 @@
---- Makefile.org       2008-06-09 14:59:57.328617929 +0200
-+++ Makefile   2008-06-09 15:01:37.766461285 +0200
-@@ -125,9 +125,12 @@
+--- parser.org/Makefile        2010-03-11 08:28:38.000000000 +0100
++++ parser/Makefile    2010-03-16 22:48:58.089964565 +0100
+@@ -125,9 +125,18 @@
  techdoc.txt: techdoc/index.html
        w3m -dump $< > $@
  
--all:  $(TOOLS) $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf techdoc/index.html
-+main: $(TOOLS) $(MANPAGES)
+-all:  $(TOOLS) $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf
++main:         $(TOOLS)
        $(Q)make -C po all
 -      $(Q)make -s tests
 +
-+docs: $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf techdoc/index.html
++manpages:     $(MANPAGES)
 +
-+all:  main docs tests
++htmlmanpages: $(HTMLMANPAGES)
++
++pdf:  techdoc.pdf
++
++docs: manpages htmlmanpages pdf
++
++all:  main docs tests
  
  apparmor_parser: $(OBJECTS) $(PCREOBJECTS) $(AAREOBJECTS)
        rm -f ./libstdc++.a
This page took 0.096588 seconds and 4 git commands to generate.