diff options
Diffstat (limited to 'contrib/groff/Makefile.dev')
-rw-r--r-- | contrib/groff/Makefile.dev | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/contrib/groff/Makefile.dev b/contrib/groff/Makefile.dev index ae9a672..6c70fff 100644 --- a/contrib/groff/Makefile.dev +++ b/contrib/groff/Makefile.dev @@ -1,4 +1,4 @@ -all: $(DEVFILES) +all: $(DEVFILES) $(DEVSCRIPTS) install_data: install_dev uninstall_sub: uninstall_dev -install_dev: $(DEVFILES) +install_dev: $(DEVFILES) $(DEVSCRIPTS) |