2013-04-06 16:48:33 +02:00

32 lines
350 B
Makefile

# -*- Makefile -*- for gettext-runtime/doc
#### Start of system configuration section. ####
RM = -del
#### End of system configuration section. ####
SHELL = /bin/sh
all :
install : all
installdirs :
uninstall :
check :
mostlyclean : clean
clean : force
$(RM) core
distclean : clean
$(RM) Makefile
maintainer-clean : distclean
force :