# # put a header and tail on each file, setting title, next, prev # cat head Overview.input tail | \ sed s/#title/Overview/ | \ ./np Overview Widgets > Overview.html cat head Widgets.input tail | \ sed s/#title/Widgets/ | \ ./np Overview Component > Widgets.html cat head Component.input tail | \ sed s/#title/Component/ | \ ./np Widgets Button > Component.html cat head Button.input tail | \ sed s/#title/Button/ | \ ./np Component Canvas > Button.html cat head Canvas.input tail | \ sed s/#title/Canvase/ | \ ./np Button Checkbox > Canvas.html cat head Checkbox.input tail | \ sed s/#title/Checkbox/ | \ ./np Canvas CheckboxGroup > Checkbox.html cat head CheckboxGroup.input tail | \ sed s/#title/CheckboxGroup/ | \ ./np Checkbox Choice > CheckboxGroup.html cat head Choice.input tail | \ sed s/#title/Choice/ | \ ./np CheckboxGroup Label > Choice.html cat head Label.input tail | \ sed s/#title/Label/ | \ ./np Choice List > Label.html cat head List.input tail | \ sed s/#title/List/ | \ ./np Label Scrollbar > List.html cat head Scrollbar.input tail | \ sed s/#title/Scrollbar/ | \ ./np List TextComponent > Scrollbar.html cat head TextComponent.input tail | \ sed s/#title/TextComponent/ | \ ./np Scrollbar TextArea> TextComponent.html cat head TextArea.input tail | \ sed s/#title/TextArea/ | \ ./np TextComponet TextField > TextArea.html cat head TextField.input tail | \ sed s/#title/TextField/ | \ ./np TextArea Layout > TextField.html cat head Layout.input tail | \ sed s/#title/Layout/ | \ ./np TextField FlowLayout > Layout.html cat head FlowLayout.input tail | \ sed s/#title/FlowLayout/ | \ ./np Layout BorderLayout > FlowLayout.html cat head BorderLayout.input tail | \ sed s/#title/BorderLayout/ | \ ./np FlowLayout CardLayout>BorderLayout.html cat head CardLayout.input tail | \ sed s/#title/CardLayout/ | \ ./np BorderLayout GridLayout > CardLayout.html cat head GridLayout.input tail | \ sed s/#title/GridLayout/ | \ ./np CardLayout RatioLayout > GridLayout.html cat head RatioLayout.input tail | \ sed s/#title/RatioLayout/ | \ ./np GridLayout NestedPanels>RatioLayout.html cat head NestedPanels.input tail|\ sed s/#title/NestedPanels/ | \ ./np RatioLayout NestedEvent>NestedPanels.html cat head NestedEvent.input tail | \ sed s/#title/NestedEvent/ | \ ./np NestedPanels Events > NestedEvent.html cat head Events.input tail | \ sed s/#title/Events/ | \ ./np NestedEvent EventConvenience > Events.html cat head EventConvenience.input tail | \ sed s/#title/EventConvenience/ | \ ./np Events ActionEvents > EventConvenience.html cat head ActionEvents.input tail | \ sed s/#title/ActionEvents/ | \ ./np EventConvenience EncapsulatingBehavior > ActionEvents.html cat head EncapsulatingBehavior.input tail | \ sed s/#title/EncapsulatingBehavior/ | \ ./np ActionEvents Colors > EncapsulatingBehavior.html cat head Colors.input tail | \ sed s/#title/Colors/ | \ ./np EncapsulatingBehavior Fonts > Colors.html cat head Fonts.input tail | \ sed s/#title/Fonts/ | \ ./np Colors Fonts > Fonts.html