blob: d894ece52544ab8d4d507491026decf38bc4c68b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
diff -r -u manedit-0.8.1/work/manedit-0.8.1/manedit/makefile_append.ini manedit-0.8.1-fixed/work/manedit-0.8.1/manedit/makefile_append.ini
--- manedit-0.8.1/work/manedit-0.8.1/manedit/makefile_append.ini 2007-02-11 02:00:00.000000000 -0600
+++ manedit-0.8.1-fixed/work/manedit-0.8.1/manedit/makefile_append.ini 2007-02-19 15:48:46.000000000 -0600
@@ -39,9 +39,9 @@
manpage:
@echo "Generating manual page $(BIN).1.bz2"
- @-$(SED) 's|%%PREFIX%%|$(PREFIX)|g ; \
- s|%%LOCALBASE%%|${LOCALBASE}|g ; \
- s|%%X11BASE%%|${X11BASE}|g' $(BIN).1 > $(BIN).1.out
+ @-$(SED) -e 's|%%PREFIX%%|$(PREFIX)|g ;' \
+ -e 's|%%LOCALBASE%%|${LOCALBASE}|g ;' \
+ -e 's|%%X11BASE%%|${X11BASE}|g' $(BIN).1 > $(BIN).1.out
@-$(BZIP2) $(BIN).1.out --stdout > $(BIN).1.bz2
modules: $(OBJ_C) $(OBJ_CPP)
|