This website requires JavaScript.
Explore
Help
Sign In
dnrops
/
gimp
mirror of
https://github.com/GNOME/gimp.git
Watch
1
Star
0
Fork
You've already forked gimp
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
c0b107531e
gimp
/
etc
/
.gitignore
4 lines
31 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Added .gitignore files generated with git svn create-ignore. svn path=/trunk/; revision=27972
2009-01-31 19:37:44 +08:00
/Makefile
/Makefile.in
Stop leaking properties of the distcheck machine into the tarball Some gimprc properties' default values depend on the machine where "make dist" in run. We had an ugly hack in place to force (num-processors 1) in the installed system gimprc and its manpage, but were still leaking "tile-cache-size" and "mypaint-brush-path". The files are generated by the hidden options --dump-gimprc-system and --dump-gimprc-manpage which exist only for this purpose. In gimpconfig-dump.c, special case the three properties in dump_gimprc_system() and dump_gimprc_manpage() to output constant default values for "num-processors" and "tile-cache-size" and output @mypaint_brushes_dir@ in "mypaint-brush-path" which can be replaced at configure time. Also introduce etc/gimprc.in so @mypaint_brushes_dir@ can actually be substituted for the installed system gimprc.
2018-03-30 18:45:27 +08:00
/gimprc