]> git.pld-linux.org Git - packages/apparmor-parser.git/blame - apparmor-parser-make.patch
- updated URLs
[packages/apparmor-parser.git] / apparmor-parser-make.patch
CommitLineData
e45645db 1--- parser.org/Makefile 2010-03-11 08:28:38.000000000 +0100
19f8cb59
AM
2+++ parser/Makefile 2010-03-16 22:48:58.089964565 +0100
3@@ -125,9 +125,18 @@
615c0ea0
AM
4 techdoc.txt: techdoc/index.html
5 w3m -dump $< > $@
6
e45645db
AM
7-all: $(TOOLS) $(MANPAGES) ${HTMLMANPAGES} techdoc.pdf
8+main: $(TOOLS)
615c0ea0
AM
9 $(Q)make -C po all
10- $(Q)make -s tests
11+
19f8cb59
AM
12+manpages: $(MANPAGES)
13+
14+htmlmanpages: $(HTMLMANPAGES)
15+
16+pdf: techdoc.pdf
17+
18+docs: manpages htmlmanpages pdf
615c0ea0 19+
e45645db 20+all: main docs tests
615c0ea0
AM
21
22 apparmor_parser: $(OBJECTS) $(PCREOBJECTS) $(AAREOBJECTS)
23 rm -f ./libstdc++.a
This page took 0.1431 seconds and 4 git commands to generate.