Skip to content
This repository was archived by the owner on Jul 17, 2023. It is now read-only.

Commit

Permalink
Move GNUmakefile snippets to a mk subdirectory.
Browse files Browse the repository at this point in the history
--HG--
rename : xgettext_search.mk.in => mk/xgettext_search.mk.in
  • Loading branch information
Barry Schwartz committed Sep 8, 2012
1 parent 76b8f3e commit efad962
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# for GNU Make.

include Makefile
include $(top_builddir)/xgettext_search.mk
include $(top_builddir)/mk/xgettext_search.mk

XGETTEXT_OPTIONS = --keyword=H_ --from-code=utf-8 --language=C \
--sort-by-file
Expand Down
2 changes: 1 addition & 1 deletion m4/fontforge_create_makefiles.m4
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ AC_CONFIG_FILES([fontforge/GNUmakefile])
AC_CONFIG_FILES([po/GNUmakefile])
# GNUmakefile snippets for use with "include".
AC_CONFIG_FILES([xgettext_search.mk])
AC_CONFIG_FILES([mk/xgettext_search.mk])
])
File renamed without changes.
2 changes: 1 addition & 1 deletion po/GNUmakefile.in
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
# for GNU Make.

include Makefile
include $(top_builddir)/xgettext_search.mk
include $(top_builddir)/mk/xgettext_search.mk

XGETTEXT_OPTIONS = --keyword=_ --keyword=N_ --keyword=S_ --keyword=U_ \
--keyword=NU_ --keyword=P_:1,2 --add-comments=GT: --from-code=utf-8 \
Expand Down

0 comments on commit efad962

Please sign in to comment.