mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
Remove obsolete script
This commit is contained in:
parent
4770cfebaf
commit
406396685e
@ -1,9 +0,0 @@
|
||||
#!/bin/bash
|
||||
for i in "$@" ; do
|
||||
echo "#include <$i>" > 1.cpp
|
||||
inc='-I. -I/suse/usr/src/lyx/trunk/boost -I/usr/include/qt4/QtCore -I/usr/include/qt4'
|
||||
g++ $inc -DQT_NO_STL -E 1.cpp | grep '^#' | cut -d '"' -f 2 | sort | uniq \
|
||||
| grep -v '^[<#]' | grep -v '^1.cpp$'
|
||||
#printf "%-40s: %d\n" $i $l
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user