From 5ffc468cb0e84ef3e53552375532bd2b93dfa2f6 Mon Sep 17 00:00:00 2001 From: Thomas Leonard Date: Fri, 21 Apr 2000 11:45:01 +0000 Subject: [PATCH] r259: Added 'dist' target to create the .gmo files automatically. --- ROX-Filer/src/Makefile.in | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/ROX-Filer/src/Makefile.in b/ROX-Filer/src/Makefile.in index ea6c84ea..b63c9ed2 100644 --- a/ROX-Filer/src/Makefile.in +++ b/ROX-Filer/src/Makefile.in @@ -43,6 +43,10 @@ depend: messages.pot: ${SRCS} xgettext --keyword=_ --keyword=N_ --output=$@ ${SRCS} +dist: + (cd po; ./dist) + echo "Don't forget the manual and version number!" + ############ Special case pixmaps.o: pixmaps.c -- 2.11.4.GIT