]> granicus.if.org Git - graphviz/commit
remove generation of ps.h and commit generated output instead
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 9 Oct 2021 21:24:03 +0000 (14:24 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 10 Oct 2021 19:16:30 +0000 (12:16 -0700)
commit96136309542ef71101600335147fcd19253a5fde
treefcdfba1ab35a061fbe9ec2401f21808152da57c3
parent6a35f1325a499edc1dce6ae31fabf05db4aeab6a
remove generation of ps.h and commit generated output instead

The generation of ps.h from ps.txt was trivial and ps.txt was no easier to edit
or update than the resulting generated header. Removing it and using a static
source instead accelerates all three builds, increases portability and moves
towards dropping the dependency on Awk.

Related to #2118.
.gitignore
awk/stringize.awk [deleted file]
plugin/core/CMakeLists.txt
plugin/core/Makefile.am
plugin/core/gvplugin_core.vcxproj
plugin/core/ps.h [new file with mode: 0644]
plugin/core/ps.txt [deleted file]
plugin/lasi/Makefile.am
plugin/lasi/gvrender_lasi.cpp