summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
ce84595)
(fa-flacd.1): Replace this with an implicit rule (%.1: %).
(.1.0): Replace this with a gmake implicit rule (%.0: %.1).
-fa-flacd.1: fa-flacd
- ${POD2MAN} fa-flacd > $@
+.PRECIOUS: %.1
+%.1: %
+ ${POD2MAN} $< > $@