summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-05-17 23:28:54 +0200
committerLennart Poettering <lennart@poettering.net>2010-05-17 23:28:54 +0200
commit2a3d6294675e1c540429a26610d180c0ce15f31f (patch)
treed3d8ace880ef75e4cdbbbf2be63d18d6473790e3 /Makefile.am
parenta00e4879277b909a9c184e06f5a124c7892b02d6 (diff)
build-sys: simplify sed rules
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am5
1 files changed, 1 insertions, 4 deletions
diff --git a/Makefile.am b/Makefile.am
index 1b2e140f8..c9a73e18e 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -317,10 +317,7 @@ SED_PROCESS = \
units/%: units/%.in Makefile
$(SED_PROCESS)
-man/%.html: man/%.html.in Makefile
- $(SED_PROCESS)
-
-man/%.7: man/%.7.in Makefile
+man/%: man/%.in Makefile
$(SED_PROCESS)
M4_PROCESS_SYSTEM = \