Added original files/folder organization

This commit is contained in:
GitCosm0s
2026-02-07 12:28:45 -05:00
parent 76ddcde22e
commit e53cecc95f
2464 changed files with 174131 additions and 1 deletions

View File

@@ -0,0 +1,16 @@
## Makefile.am for tuxtype - data/menus:
## Process with Automake to create Makefile.in
menusdir = $(pkgdatadir)/menus
dist_menus_DATA = main_menu.xml
EXTRA_DIST = menu_strings \
update-po.sh
all: menu_strings
# Create a 'source' file holding all the descriptions for the missions.
menu_strings: $(dist_menus_DATA)
cd $(srcdir); ./update-po.sh