diff options
Diffstat (limited to 'contrib/groff/nroff/Makefile.sub')
-rw-r--r-- | contrib/groff/nroff/Makefile.sub | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/contrib/groff/nroff/Makefile.sub b/contrib/groff/nroff/Makefile.sub deleted file mode 100644 index fa6bc4d..0000000 --- a/contrib/groff/nroff/Makefile.sub +++ /dev/null @@ -1,18 +0,0 @@ -MAN1=nroff.n -NAMEPREFIX=$(g) -CLEANADD=nroff - -all: nroff - -nroff: nroff.sh - rm -f $@ - sed "$(SH_SCRIPT_SED_CMD)" $(srcdir)/nroff.sh >$@ - chmod +x $@ - -install_data: nroff - -test -d $(bindir) || $(mkinstalldirs) $(bindir) - -rm -f $(bindir)/$(NAMEPREFIX)nroff - $(INSTALL_SCRIPT) nroff $(bindir)/$(NAMEPREFIX)nroff - -uninstall_sub: - -rm -f $(bindir)/$(NAMEPREFIX)nroff |