1#!/bin/sh 2# $NetBSD: prepare-import.sh,v 1.1 2021/04/11 11:00:29 nia Exp $ 3# 4# Run this script and check for additional files and 5# directories to prune, only relevant content is included. 6 7set -e 8 9cd dist 10rm -f CMakeLists.txt Doxyfile.in 11rm -f README.html CHANGES.html 12rm -f system.ctwmrc examples/*.ctwmrc 13rm -f tools/*.sh tools/*.pl tools/*.astyle 14rm -f minibuild/*.mk minibuild/*.sh minibuild/*.md 15rm -f gen/ctwm.1.html 16rm -f image_jpeg.c image_jpeg.h 17rm -f sound.c sound.h 18