X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=man%2FMakefile;h=8588d346ab155a0b3d3509c5b512159a82734706;hb=50fe720154d2af59cdeeaecf05cc868530e16248;hp=de0870cd9a5953b4d2617bca7863cb3d38c0080b;hpb=db0bd74adb0b363f586ceb3314c7ebbbe4596e3d;p=thirdparty%2Fcups.git diff --git a/man/Makefile b/man/Makefile index de0870cd9..8588d346a 100644 --- a/man/Makefile +++ b/man/Makefile @@ -104,10 +104,17 @@ depend: # -# Install files... +# Install all targets... # -install: all +install: all install-data install-headers install-libs install-exec + + +# +# Install data files... +# + +install-data: $(INSTALL_DIR) -m 755 $(MANDIR)/man1 for file in $(MAN1); do \ echo Installing $$file in $(MANDIR)/man1...; \ @@ -134,6 +141,27 @@ install: all $(LN) cupsenable.$(MAN8EXT) $(AMANDIR)/man$(MAN8DIR)/cupsdisable.$(MAN8EXT) +# +# Install programs... +# + +install-exec: + + +# +# Install headers... +# + +install-headers: + + +# +# Install libraries... +# + +install-libs: + + # # Uninstall files... #