diff --git a/.gitattributes b/.gitattributes index 9a775af52..4abc1c90b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -13,5 +13,5 @@ README NHSUBST *.uu NH_header=no *.xpm NH_header=no .git* NH_header=no -* NH_filestag=(files_in_top_directory) -NetHack.dsw NH_filestag=(files_for_win32_that_are_moved_into_._at_compile_time) +* NH_filestag=(file%s_in_top_directory) +NetHack.dsw NH_filestag=(file%s_for_win32_that_are_moved_into_._at_compile_time) diff --git a/DEVEL/.gitattributes b/DEVEL/.gitattributes index 6945d7204..835917d71 100644 --- a/DEVEL/.gitattributes +++ b/DEVEL/.gitattributes @@ -4,4 +4,4 @@ hooksdir/* NHSUBST * text=auto DOTGIT/TARGET NH_header=no hooksdir/TARGET NH_header=no -* NH_filestag=(files_for_people_developing_changes_to_NetHack) +* NH_filestag=(file%s_for_people_developing_changes_to_NetHack) diff --git a/Files b/Files index 79730a854..796b9c5bf 100644 --- a/Files +++ b/Files @@ -15,7 +15,7 @@ Developer.txt code_features.txt code_style.txt git_recipes.txt gitinfo.pl nhgitset.pl DEVEL/DOTGIT: -(files for people developing changes to NetHack) +(file for people developing changes to NetHack) TARGET DEVEL/hooksdir: @@ -52,15 +52,12 @@ makedefs.txt nethack.6 nethack.txt recover.6 recover.txt tmac.n window.doc include: -(file for GNOME versions) -winGnome.h - -(file for tty versions) -wintty.h - (files for GEM versions) bitmfile.h gem_rsc.h load_img.h wingem.h +(file for GNOME versions) +winGnome.h + (files for Qt versions) qt_clust.h qt_kde0.h qt_win.h qt_xpms.h qttableview.h @@ -84,6 +81,9 @@ trampoli.h trap.h unixconf.h vision.h vmsconf.h wceconf.h winami.h winprocs.h wintype.h you.h youprop.h +(file for tty versions) +wintty.h + (files for various Macintosh versions) mac-carbon.h mac-qt.h mac-term.h macconf.h macpopup.h mactty.h macwin.h mttypriv.h @@ -160,9 +160,6 @@ random.c (Berkeley uudecode file, which may be used in build process of any version) uudecode.c -(c++ regex code for versions that can build a C++ module and link it in) -cppregex.cpp - (file for MSDOS, OS/2, NT, Amiga, and Atari versions - untested for 3.6.2) pcmain.c @@ -190,21 +187,21 @@ ioctl.c unixtty.c (lex/yacc output for special level and dungeon compilers) dgn_comp.h dgn_lex.c dgn_yacc.c lev_comp.h lev_lex.c lev_yacc.c -(pmatch regex for other versions) -pmatchregex.c - (posix regex for versions that include regex in their C library) posixregex.c +(c++ regex code for versions that can build a C++ module and link it in) +cppregex.cpp + +(pmatch regex for other versions) +pmatchregex.c + sys/share/sounds: (files for Amiga and Macintosh versions) README bell.uu bugle.uu erthdrum.uu firehorn.uu frsthorn.uu lethdrum.uu mgcflute.uu mgcharp.uu toolhorn.uu wdnflute.uu wdnharp.uu sys/unix: -(file for sound driver for 386 UNIX) -snd86unx.shr - (files for UNIX versions) Install.unx Makefile.dat Makefile.doc Makefile.src Makefile.top Makefile.utl NewInstall.unx README.linux @@ -215,6 +212,9 @@ unixunix.c (files for replacement cpp, only needed by some ancient UNIX systems) cpp1.shr cpp2.shr cpp3.shr +(file for sound driver for 386 UNIX) +snd86unx.shr + sys/unix/hints: (files for configuring UNIX NetHack versions) linux linux-chroot linux-qt4 linux-x11 macosx @@ -398,7 +398,7 @@ include: (file for tiles support copied from win/share at compile time) tile.h -(files for win32 that are moved into include at compile time) +(file for win32 that are moved into include at compile time) win32api.h (files generated by makedefs at compile time) @@ -408,9 +408,6 @@ date.h onames.h pm.h vis_tab.h dgn_comp.h lev_comp.h src: -(file optionally generated by tilemap at compile time) -tile.c - (files for win32 that are moved into src at compile time) Makefile Makefile.bcc Makefile.gcc @@ -420,18 +417,21 @@ qt_kde0.moc qt_win.moc qttableview.moc (files generated by makedefs at compile time) monstr.c vis_tab.c +(file optionally generated by tilemap at compile time) +tile.c + sys/winnt: -(files generated by uudecode at compile time) +(file generated by uudecode at compile time) nethack.ico util: -(file generated for unix at compile time if various tiles utilities are built) -tiletxt.c - (files generated by lex and yacc (or copied from sys/share) at compile time) dgn_lex.c dgn_yacc.c lev_lex.c lev_yacc.c -(files generated for win32 at compile time) +(file generated for unix at compile time if various tiles utilities are built) +tiletxt.c + +(file generated for win32 at compile time) uudecode.exe NOTE: If your binaries were compiled with the data librarian (DLB) option, diff --git a/dat/.gitattributes b/dat/.gitattributes index 35fea13b9..782b4d01e 100644 --- a/dat/.gitattributes +++ b/dat/.gitattributes @@ -4,5 +4,5 @@ data.base NHSUBST symbols NHSUBST tribute NHSUBST -* NH_filestag=(files_for_all_versions) +* NH_filestag=(file%s_for_all_versions) ..files NH_filegenprog diff --git a/doc/.gitattributes b/doc/.gitattributes index 44f1b4b8e..91b0cde0c 100644 --- a/doc/.gitattributes +++ b/doc/.gitattributes @@ -7,4 +7,4 @@ Guidebook.txt NH_header=no tmac.n NH_header=no fixes* NH_header=no *.txt NH_header=no -* NH_filestag=(files_for_all_versions) +* NH_filestag=(file%s_for_all_versions) diff --git a/include/.gitattributes b/include/.gitattributes index e7576d56e..7294b8b43 100644 --- a/include/.gitattributes +++ b/include/.gitattributes @@ -1,39 +1,39 @@ -* NH_filestag=(files_for_all_versions) +* NH_filestag=(file%s_for_all_versions) ..files NH_filegenerated=win32api.h,tile.h,dgn_comp.h,lev_comp.h,date.h,onames.h,pm.h,vis_tab.h -win32api.h NH_filesgentag=(files_for_win32_that_are_moved_into_include_at_compile_time) +win32api.h NH_filesgentag=(file%s_for_win32_that_are_moved_into_include_at_compile_time) -tile.h NH_filesgentag=(file_for_tiles_support_copied_from_win/share_at_compile_time) +tile.h NH_filesgentag=(file%s_for_tiles_support_copied_from_win/share_at_compile_time) -dgn_comp.h NH_filesgentag=(files_generated_by_yacc_(or_copied_from_sys/share)_at_compile_time) +dgn_comp.h NH_filesgentag=(file%s_generated_by_yacc_(or_copied_from_sys/share)_at_compile_time) lev_comp.h NH_filesgentag=>dgn_comp.h -date.h NH_filesgentag=(files_generated_by_makedefs_at_compile_time) +date.h NH_filesgentag=(file%s_generated_by_makedefs_at_compile_time) onames.h NH_filesgentag=>date.h pm.h NH_filesgentag=>date.h vis_tab.h NH_filesgentag=>date.h -wintty.h NH_filestag=(file_for_tty_versions) +wintty.h NH_filestag=(file%s_for_tty_versions) -tile2x11.h NH_filestag=(files_for_X_versions) +tile2x11.h NH_filestag=(file%s_for_X_versions) winX.h NH_filestag=>tile2x11.h xwindow.h NH_filestag=>tile2x11.h xwindowp.h NH_filestag=>tile2x11.h -qt_clust.h NH_filestag=(files_for_Qt_versions) +qt_clust.h NH_filestag=(file%s_for_Qt_versions) qt_kde0.h NH_filestag=>qt_clust.h qt_win.h NH_filestag=>qt_clust.h qt_xpms.h NH_filestag=>qt_clust.h qttableview.h NH_filestag=>qt_clust.h -bitmfile.h NH_filestag=(files_for_GEM_versions) +bitmfile.h NH_filestag=(file%s_for_GEM_versions) gem_rsc.h NH_filestag=>bitmfile.h load_img.h NH_filestag=>bitmfile.h wingem.h NH_filestag=>bitmfile.h -winGnome.h NH_filestag=(file_for_GNOME_versions) +winGnome.h NH_filestag=(file%s_for_GNOME_versions) -mac-carbon.h NH_filestag=(files_for_various_Macintosh_versions) +mac-carbon.h NH_filestag=(file%s_for_various_Macintosh_versions) mac-qt.h NH_filestag=>mac-carbon.h mac-term.h NH_filestag=>mac-carbon.h macconf.h NH_filestag=>mac-carbon.h diff --git a/src/.gitattributes b/src/.gitattributes index 3a899201c..793c4bdb8 100644 --- a/src/.gitattributes +++ b/src/.gitattributes @@ -1,14 +1,14 @@ -* NH_filestag=(files_for_all_versions) +* NH_filestag=(file%s_for_all_versions) ..files NH_filegenerated=Makefile,Makefile.bcc,Makefile.gcc,qt_kde0.moc,qt_win.moc,qttableview.moc,tile.c,monstr.c,vis_tab.c -Makefile.bcc NH_filesgentag=(files_for_win32_that_are_moved_into_src_at_compile_time) +Makefile.bcc NH_filesgentag=(file%s_for_win32_that_are_moved_into_src_at_compile_time) Makefile.gcc NH_filesgentag=>Makefile.bcc Makefile NH_filesgentag=>Makefile.bcc -qt_kde0.moc NH_filesgentag=(files_generated_by_'moc'_for_Qt_interface_at_compile_time) +qt_kde0.moc NH_filesgentag=(file%s_generated_by_'moc'_for_Qt_interface_at_compile_time) qt_win.moc NH_filesgentag=>qt_kde0.moc qttableview.moc NH_filesgentag=>qt_kde0.moc -tile.c NH_filesgentag=(file_optionally_generated_by_tilemap_at_compile_time) +tile.c NH_filesgentag=(file%s_optionally_generated_by_tilemap_at_compile_time) -monstr.c NH_filesgentag=(files_generated_by_makedefs_at_compile_time) +monstr.c NH_filesgentag=(file%s_generated_by_makedefs_at_compile_time) vis_tab.c NH_filesgentag=>monstr.c diff --git a/sys/amiga/.gitattributes b/sys/amiga/.gitattributes index 6a18c5a22..732c6177e 100644 --- a/sys/amiga/.gitattributes +++ b/sys/amiga/.gitattributes @@ -1,2 +1,2 @@ *.p NHSUBST -* NH_filestag=(files_for_Amiga_versions_-_untested_for_3.6.2) +* NH_filestag=(file%s_for_Amiga_versions_-_untested_for_3.6.2) diff --git a/sys/atari/.gitattributes b/sys/atari/.gitattributes index a29cd9375..dea950a06 100644 --- a/sys/atari/.gitattributes +++ b/sys/atari/.gitattributes @@ -1 +1 @@ -* NH_filestag=(files_for_Atari_version_-_untested_for_3.6.2) +* NH_filestag=(file%s_for_Atari_version_-_untested_for_3.6.2) diff --git a/sys/be/.gitattributes b/sys/be/.gitattributes index dfb5c452b..76f62f434 100644 --- a/sys/be/.gitattributes +++ b/sys/be/.gitattributes @@ -1 +1 @@ -* NH_filestag=(files_for_BeOS_version_-_untested_for_3.6.2) +* NH_filestag=(file%s_for_BeOS_version_-_untested_for_3.6.2) diff --git a/sys/mac/.gitattributes b/sys/mac/.gitattributes index 40f2cee6c..ffe91d74f 100644 --- a/sys/mac/.gitattributes +++ b/sys/mac/.gitattributes @@ -1,2 +1,2 @@ NHDeflts NHSUBST -* NH_filestag=(files_for_68K_Macintosh_versions) +* NH_filestag=(file%s_for_68K_Macintosh_versions) diff --git a/sys/msdos/.gitattributes b/sys/msdos/.gitattributes index f2ae83ab5..f24897760 100644 --- a/sys/msdos/.gitattributes +++ b/sys/msdos/.gitattributes @@ -4,6 +4,6 @@ Makefile.* NHSUBST Install.* NHSUBST moveinit.pat NH_header=no vesa.h NH_header=no -* NH_filestag=(files_for_MSDOS_version_-_untested_for_3.6.2) -nhico.uu NH_filestag=(files_for_running_MSDOS_binary_under_Windows) +* NH_filestag=(file%s_for_MSDOS_version_-_untested_for_3.6.2) +nhico.uu NH_filestag=(file%s_for_running_MSDOS_binary_under_Windows) nhpif.uu NH_filestag=>nhico.uu diff --git a/sys/os2/.gitattributes b/sys/os2/.gitattributes index ed1fcb8bd..9a0ea4eb3 100644 --- a/sys/os2/.gitattributes +++ b/sys/os2/.gitattributes @@ -1,2 +1,2 @@ Makefile.* NHSUBST -* NH_filestag=(files_for_OS/2_version_-_untested_for_3.6.2) +* NH_filestag=(file%s_for_OS/2_version_-_untested_for_3.6.2) diff --git a/sys/share/.gitattributes b/sys/share/.gitattributes index 64fc95751..ec28e65db 100644 --- a/sys/share/.gitattributes +++ b/sys/share/.gitattributes @@ -5,19 +5,19 @@ dgn_comp.h NH_header=no lev_comp.h NH_header=no Makefile.lib NH_header=no -Makefile.lib NH_filestag=(files_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2) -#termcap.uu NH_filestag=(files_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2) +Makefile.lib NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2) +#termcap.uu NH_filestag=(file%s_for_MSDOS_and_OS/2_versions_-_untested_for_3.6.2) termcap.uu NH_filestag=>Makefile.lib pcmain.c NH_filestag=(file_for_MSDOS,_OS/2,_NT,_Amiga,_and_Atari_versions_-_untested_for_3.6.2) -pcsys.c NH_filestag=(files_for_MSDOS,_OS/2,_NT,_and_Atari_versions_-_untested_for_3.6.2) +pcsys.c NH_filestag=(file%s_for_MSDOS,_OS/2,_NT,_and_Atari_versions_-_untested_for_3.6.2) pcunix.c NH_filestag=>pcsys.c NetHack.cnf NH_filestag=(file_for_MSDOS,_OS/2,_and_Atari_versions_-_untested_for_3.6.2) pctty.c NH_filestag=>NetHack.cnf -ioctl.c NH_filestag=(files_for_UNIX_and_Be_versions) +ioctl.c NH_filestag=(file%s_for_UNIX_and_Be_versions) unixtty.c NH_filestag=>ioctl.c nhlan.c NH_filestag=(file_for_NT_version) @@ -37,8 +37,8 @@ lev_comp.h NH_filestag=>dgn_comp.h lev_lex.c NH_filestag=>dgn_comp.h lev_yacc.c NH_filestag=>dgn_comp.h -posixregex.c NH_filestag=(posix_regex_for_versions_that_include_regex_in_their_C_library) +posixregex.c NH_filestag=60(posix_regex_for_versions_that_include_regex_in_their_C_library) -cppregex.cpp NH_filestag=(c++_regex_code_for_versions_that_can_build_a_C++_module_and_link_it_in) +cppregex.cpp NH_filestag=61(c++_regex_code_for_versions_that_can_build_a_C++_module_and_link_it_in) -pmatchregex.c NH_filestag=(pmatch_regex_for_other_versions) +pmatchregex.c NH_filestag=62(pmatch_regex_for_other_versions) diff --git a/sys/share/sounds/.gitattributes b/sys/share/sounds/.gitattributes index 8ae5b8426..763caf51d 100644 --- a/sys/share/sounds/.gitattributes +++ b/sys/share/sounds/.gitattributes @@ -1 +1 @@ -* NH_filestag=(files_for_Amiga_and_Macintosh_versions) +* NH_filestag=(file%s_for_Amiga_and_Macintosh_versions) diff --git a/sys/unix/.gitattributes b/sys/unix/.gitattributes index 9a3ac99da..92805b57b 100644 --- a/sys/unix/.gitattributes +++ b/sys/unix/.gitattributes @@ -5,6 +5,6 @@ README.linux NHSUBST depend.awk NHSUBST sysconf NHSUBST *shr NH_header=no -* NH_filestag=(files_for_UNIX_versions) -cpp?.shr NH_filestag=(files_for_replacement_cpp,_only_needed_by_some_ancient_UNIX_systems) -snd86unx.shr NH_filestag=(file_for_sound_driver_for_386_UNIX) +* NH_filestag=(file%s_for_UNIX_versions) +cpp?.shr NH_filestag=(file%s_for_replacement_cpp,_only_needed_by_some_ancient_UNIX_systems) +snd86unx.shr NH_filestag=(file%s_for_sound_driver_for_386_UNIX) diff --git a/sys/unix/hints/.gitattributes b/sys/unix/hints/.gitattributes index 439ff0cf5..411307a35 100644 --- a/sys/unix/hints/.gitattributes +++ b/sys/unix/hints/.gitattributes @@ -1,2 +1,2 @@ * NHSUBST -* NH_filestag=(files_for_configuring_UNIX_NetHack_versions) +* NH_filestag=(file%s_for_configuring_UNIX_NetHack_versions) diff --git a/sys/vms/.gitattributes b/sys/vms/.gitattributes index 741f784a4..a0fc5cfd0 100644 --- a/sys/vms/.gitattributes +++ b/sys/vms/.gitattributes @@ -2,4 +2,4 @@ Makefile.* NHSUBST *.com NHSUBST Install.vms NHSUBST sysconf NHSUBST -* NH_filestag=(files_for_VMS_version) +* NH_filestag=(file%s_for_VMS_version) diff --git a/sys/wince/.gitattributes b/sys/wince/.gitattributes index e4c3c0414..b3d2a6646 100644 --- a/sys/wince/.gitattributes +++ b/sys/wince/.gitattributes @@ -1,4 +1,4 @@ *.ce NHSUBST *.mak NHSUBST *.bat NHSUBST -* NH_filestag=(files_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2) +* NH_filestag=(file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2) diff --git a/sys/wince/ceinc/.gitattributes b/sys/wince/ceinc/.gitattributes index 84ca17085..1763a5005 100644 --- a/sys/wince/ceinc/.gitattributes +++ b/sys/wince/ceinc/.gitattributes @@ -1 +1 @@ -* NH_filestag=(header_files_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2) +* NH_filestag=(header_file%s_for_Windows_CE_and_PocketPC_-_untested_for_3.6.2) diff --git a/sys/winnt/.gitattributes b/sys/winnt/.gitattributes index 4820d9830..d52abfcb5 100644 --- a/sys/winnt/.gitattributes +++ b/sys/winnt/.gitattributes @@ -5,6 +5,6 @@ sysconf NHSUBST *.rc NHSUBST *.bat NHSUBST *.def NH_header=no -* NH_filestag=(files_for_Windows_7/8.x/10_version) +* NH_filestag=(file%s_for_Windows_7/8.x/10_version) ..files NH_filegenerated=nethack.ico -nethack.ico NH_filesgentag=(files_generated_by_uudecode_at_compile_time) +nethack.ico NH_filesgentag=(file%s_generated_by_uudecode_at_compile_time) diff --git a/util/.gitattributes b/util/.gitattributes index 6faf9258f..9525258d3 100644 --- a/util/.gitattributes +++ b/util/.gitattributes @@ -1,13 +1,13 @@ *.pl NHSUBST *.[ly] NHSUBST -* NH_filestag=(files_for_all_versions) +* NH_filestag=(file%s_for_all_versions) *.[ly] NH_filestag=(lex/yacc_input_for_special_level_and_dungeon_compilers) ..files NH_filegenerated=uudecode.exe,tiletxt.c,dgn_lex.c,dgn_yacc.c,lev_lex.c,lev_yacc.c -uudecode.exe NH_filesgentag=(files_generated_for_win32_at_compile_time) -tiletxt.c NH_filesgentag=(file_generated_for_unix_at_compile_time_if_various_tiles_utilities_are_built) +uudecode.exe NH_filesgentag=(file%s_generated_for_win32_at_compile_time) +tiletxt.c NH_filesgentag=(file%s_generated_for_unix_at_compile_time_if_various_tiles_utilities_are_built) -dgn_lex.c NH_filesgentag=(files_generated_by_lex_and_yacc_(or_copied_from_sys/share)_at_compile_time) +dgn_lex.c NH_filesgentag=(file%s_generated_by_lex_and_yacc_(or_copied_from_sys/share)_at_compile_time) dgn_yacc.c NH_filesgentag=>dgn_lex.c lev_lex.c NH_filesgentag=>dgn_lex.c lev_yacc.c NH_filesgentag=>dgn_lex.c diff --git a/win/Qt/.gitattributes b/win/Qt/.gitattributes index a29f23c7c..7b924974c 100644 --- a/win/Qt/.gitattributes +++ b/win/Qt/.gitattributes @@ -1,4 +1,4 @@ Install.Qt NHSUBST qpe-nethack.control NH_header=no knethack.lnk NH_header=no -* NH_filestag=(files_for_the_Qt_3_widget_library_-_X11,_Windows,_Mac_OS_X,_or_Qtopia) +* NH_filestag=(file%s_for_the_Qt_3_widget_library_-_X11,_Windows,_Mac_OS_X,_or_Qtopia) diff --git a/win/Qt4/.gitattributes b/win/Qt4/.gitattributes index 278f7fff3..68792d904 100644 --- a/win/Qt4/.gitattributes +++ b/win/Qt4/.gitattributes @@ -1 +1 @@ -* NH_filestag=(files_for_the_Qt_4_widget_library_-_X11,_Windows,_Mac_OS_X) +* NH_filestag=(file%s_for_the_Qt_4_widget_library_-_X11,_Windows,_Mac_OS_X) diff --git a/win/X11/.gitattributes b/win/X11/.gitattributes index 60296c63f..c1452cec5 100644 --- a/win/X11/.gitattributes +++ b/win/X11/.gitattributes @@ -4,4 +4,4 @@ Install.X11 NHSUBST nethack.rc NHSUBST *.bdf NH_header=no *.xbm NH_header=no -* NH_filestag=(files_for_X_versions) +* NH_filestag=(file%s_for_X_versions) diff --git a/win/chain/.gitattributes b/win/chain/.gitattributes index f04f3fd5c..9e5051cc3 100644 --- a/win/chain/.gitattributes +++ b/win/chain/.gitattributes @@ -1 +1 @@ -* NH_filestag=(files_for_stacking_window_systems) +* NH_filestag=(file%s_for_stacking_window_systems) diff --git a/win/gem/.gitattributes b/win/gem/.gitattributes index 6f069c7ac..133df44a1 100644 --- a/win/gem/.gitattributes +++ b/win/gem/.gitattributes @@ -1 +1 @@ -* NH_filestag=(files_for_GEM_versions_-_untested_for_3.6.2) +* NH_filestag=(file%s_for_GEM_versions_-_untested_for_3.6.2) diff --git a/win/gnome/.gitattributes b/win/gnome/.gitattributes index 89e0d5508..b1449f357 100644 --- a/win/gnome/.gitattributes +++ b/win/gnome/.gitattributes @@ -1 +1 @@ -* NH_filestag=(files_for_GNOME_versions_-_untested_for_3.6.2) +* NH_filestag=(file%s_for_GNOME_versions_-_untested_for_3.6.2) diff --git a/win/macosx/.gitattributes b/win/macosx/.gitattributes index 5dbef9854..ce60e3048 100644 --- a/win/macosx/.gitattributes +++ b/win/macosx/.gitattributes @@ -1,2 +1,2 @@ *.applescript NHSUBST -* NH_filestag=(files_for_macosx_versions) +* NH_filestag=(file%s_for_macosx_versions) diff --git a/win/share/.gitattributes b/win/share/.gitattributes index 9f6413f47..cb0ac5448 100644 --- a/win/share/.gitattributes +++ b/win/share/.gitattributes @@ -1,2 +1,2 @@ tile.doc NHSUBST -* NH_filestag=(files_for_versions_using_optional_tiles) +* NH_filestag=(file%s_for_versions_using_optional_tiles) diff --git a/win/tty/.gitattributes b/win/tty/.gitattributes index 66425e23c..6dcdec3b0 100644 --- a/win/tty/.gitattributes +++ b/win/tty/.gitattributes @@ -1 +1 @@ -* NH_filestag=(files_for_tty_versions) +* NH_filestag=(file%s_for_tty_versions) diff --git a/win/win32/.gitattributes b/win/win32/.gitattributes index 56edfff89..a5b91f10d 100644 --- a/win/win32/.gitattributes +++ b/win/win32/.gitattributes @@ -8,4 +8,4 @@ *.props NH_header=no resource.h NH_header=no nhresource.h NH_header=no -* NH_filestag=(files_for_Windows_versions_-_tested_up_to_Windows_10) +* NH_filestag=(file%s_for_Windows_versions_-_tested_up_to_Windows_10) diff --git a/win/win32/vs2017/.gitattributes b/win/win32/vs2017/.gitattributes index 03688768a..041653ea8 100644 --- a/win/win32/vs2017/.gitattributes +++ b/win/win32/vs2017/.gitattributes @@ -1 +1 @@ -* NH_filestag=(files_for_Visual_Studio_2017_Community_Edition_builds) +* NH_filestag=(file%s_for_Visual_Studio_2017_Community_Edition_builds)